Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Picking With Window Points


Q3WindowPointPick_GetData

You can use the Q3WindowPointPick_GetData function to get the data associated with a window-point pick object.

TQ3Status Q3WindowPointPick_GetData (
TQ3PickObject pick, 
TQ3WindowPointPickData *data);
pick
A window-point pick object.
data
On exit, a pointer to a window-point pick data structure.
DESCRIPTION
The Q3WindowPointPick_GetData function returns, through the data parameter, information about the window-point pick object specified by the pick parameter. See "Window-Point Pick Data Structure" on page 15-20 for a description of a window-point pick data structure.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996